repeat

function repeat(n: integer): list<T>

Returns a new list with the elements from this list repeated a specified number of times.

Since

0.11.0

Parameters

n

The number of times to repeat the list.